(finder-known-keywords): Add data, faces, mouse, matching.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 20:14:17 +0000 (20:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 20:14:17 +0000 (20:14 +0000)
lisp/finder.el

index 44df466d7c69c9d7feb42a8b55c31546f81b567e..6bf5e3d2420a2999ebc21cbec5fbac848c50de92 100644 (file)
 (defvar finder-known-keywords
   '(
     (abbrev    . "abbreviation handling, typing shortcuts, macros")
-    (bib       . "code related to the bib(1) bibliography processor")
+    (bib       . "code related to the `bib' bibliography processor")
     (c         . "C and C++ language support")
     (calendar  . "calendar and time management support")
     (comm      . "communications, networking, remote access to files")
+    (data      . "support editing files of data")
     (docs      . "support for Emacs documentation")
     (emulations        . "emulations of other editors")
     (extensions        . "Emacs Lisp language extensions")
+    (faces     . "support for multiple fonts")
     (games     . "games, jokes and amusements")
     (hardware  . "support for interfacing with exotic hardware")
     (help      . "support for on-line help systems")
@@ -64,6 +66,8 @@
     (local     . "code local to your site")
     (maint     . "maintenance aids for the Emacs development group")
     (mail      . "modes for electronic-mail handling")
+    (matching  . "various sorts of searching and matching")
+    (mouse     . "mouse support")
     (news      . "support for netnews reading and posting")
     (processes . "process, subshell, compilation, and job control support")
     (terminals . "support for terminal types")